home *** CD-ROM | disk | FTP | other *** search
/ Historia Visual de la Argentina / Historia Visual de la Argentina (Disc 4) (1975-2000) (Argentina) / HVA19752000.bin / data4 / perso.dxr / 00018_backPerso.ls < prev    next >
Encoding:
Text File  |  2000-11-13  |  280 b   |  12 lines

  1. on mouseUp me
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   if (the frameLabel contains "au") or (the frameLabel contains "fo") or (the frameLabel contains "vi") then
  6.     go("noticiaperso")
  7.   else
  8.     go("main")
  9.   end if
  10.   set the scrollTop of member "fieldNoticia" to 1
  11. end
  12.